.imagen-ajustada-cover {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

.imagen-posicionada {
  width: 200px;
  height: 300px;
  object-fit: cover;
  object-position: 80% 100%;
}

.imagen-torre-eiffel {
  width: 200px;
  height: 300px;
  object-fit: cover;
  object-position: 15% 100%;
}
